From: Juanma Barranquero Date: Sun, 16 Mar 2014 03:48:56 +0000 (+0100) Subject: lisp/textmodes/css-mode.el: Fix typo in comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~848 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d939cbea79c40740333cf779296d94ee265eceb5;p=emacs.git lisp/textmodes/css-mode.el: Fix typo in comment. --- diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index dbb4988501f..1a07269c9e9 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el @@ -237,7 +237,7 @@ ;; FIXME: attribute selectors don't work well because they may contain ;; strings which have already been highlighted as f-l-string-face and ;; thus prevent this highlighting from being applied (actually now that - ;; I use `append' this should work better). But really the part of hte + ;; I use `append' this should work better). But really the part of the ;; selector between [...] should simply not be highlighted. (,(concat "^\\([ \t]*[^@:{}\n][^:{}]+\\(?::" (regexp-opt css-pseudo-ids t) "\\(?:([^)]+)\\)?[^:{\n]*\\)*\\)\\(?:\n[ \t]*\\)*{")